Resource Path: /api/sap/jobs/{agentId}
Uri: http://doc.jamsscheduler.com/api/sap/jobs/{agentId}
Parameters
Name | Description | Data Type |
agentId | | integer |
Request
The request body is of type GetSAPJobsRequest.
Overview
|
GetSAPJobsRequest
|
jobName : string
|
|
jobUserName : string
|
|
startTime : string
|
|
endTime : string
|
|
includeAborted : boolean
|
|
includeFinished : boolean
|
|
includeScheduled : boolean
|
|
includeReady : boolean
|
|
includeRunning : boolean
|
|
includeReleased : boolean
|
|
Response
The response body is of type SAPGetJobsResponse.
OK
Overview
|
SAPGetJobsResponse
|
|
jobName : string
|
|
jobNumber : string
|
|
jobUserName : string
|
|
startDate : string
|
|
startTime : string
|
|
duration : string
|
|
status : string
|
|
jobClass : string
|
|
spoolList : string
|
|
copy : boolean
|
|
express : boolean
|
|
blindCopy : boolean
|
|
noForward : boolean
|
|
targetServer : string
|
|
|
|
connectionFailure : boolean
|
|
connectionResultMessage : string
|
|
|
See Also